home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 1995 #5 & #6 / Amiga Plus CD - 1995 - No. 5 and 6.iso / pd / programmierung / triton / amigae / readme next >
Text File  |  1995-08-25  |  2KB  |  31 lines

  1.     This  directory  contains the AmigaE support files for Triton, which were
  2. created  by  Frank  Verheyen  (hi910097@beta.ufsia.ac.be).   Except  for  the
  3. modules in the 'Modules' directory, these files are currently at the level of
  4. Triton release 1.1.  New features of Triton 1.2 have not been ported yet.
  5.  
  6.     The  directory 'Modules' contains up-to-date modules for AmigaE which are
  7. maintained   automatically   using   FDtom  by  Detlef  Riekenberg  (FidoNet:
  8. 2:241/1025.9).
  9.  
  10.     Finally some comments from Frank's original ReadMe:
  11.  
  12.     To  use  Triton,  you need macros.  And when you say macros in AmigaE you
  13. say  Mac2E.   For  convenience  I  made a new compilation script for CygnusEd
  14. which  invokes  Mac2E transparantly through the program Mac2EFront.  You just
  15. have to put Mac2E and Mac2EFront into 'E:bin/'.
  16.  
  17.     The  demo  for AmigaE does NOT treat all kinds of gadgets that Triton can
  18. make,  because  Stefan's  demo already shows everything Triton can do.  In my
  19. demo,  you  can  find  the  basics of gadget-handling through Triton, and all
  20. other  gadget  types  are  just  about  the  same.   I demonstrate the use of
  21. buttons,  string  gadgets, progress requesters, cycle gadgets, requesters and
  22. listview gadgets using AmigaE.
  23.  
  24.     The  demo  does  not just put some gadgets on your screen and quit if you
  25. touch some button (which is what most demos actually do, so that figuring out
  26. how  to handle the messages and stuff stays undemonstrated...  :) It tries to
  27. demonstrate some reasonable gadget-handling, performing a progress demo and a
  28. complete listview handler.
  29.  
  30.     I hope it gives you a good idea of handling Triton gadgets.
  31.